home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / curve_isect / makefile < prev    next >
Encoding:
Makefile  |  1995-02-06  |  104 b   |  4 lines

  1. test: Bezier.cc Bezier.h vector.h test.cc
  2.     CC Bezier.cc test.cc -o test -lm
  3.     ./test | diff - testout.ps
  4.